cpupool: Correct cpupool diag printing
authorKeir Fraser <keir@xen.org>
Mon, 7 Feb 2011 15:04:32 +0000 (15:04 +0000)
committerKeir Fraser <keir@xen.org>
Mon, 7 Feb 2011 15:04:32 +0000 (15:04 +0000)
commitf681990e7fd01564a6b9b847cfc979a7274d96cb
treeeced26686e2902e9982a08c867c79d915d84b8e8
parent26f91ef506f5c0f63a399d84624142f318c4f048
cpupool: Correct cpupool diag printing

Some of the cpupool_dprintk() calls are using undefined or
uninitialized variables. Correct the argument lists to be able to
define cpupool_printk as printk.

Signed-off-by: Juergen Gross <juergen.gross@ts.fujitsu.com>
xen/common/cpupool.c